home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / doorskl3.zip / XBBSMSG.ZIP / READ.ME < prev    next >
Text File  |  1991-12-26  |  1KB  |  28 lines

  1. XBBSMSG.LZH is a new library of message base primitives I put together.
  2. I ask that all developers access the message bases in a manner
  3. consistent with these functions so file locking will work properly with
  4. divergent processes.  Not coincedentally the functions contained herein
  5. make pretty good building blocks for programs to access the XBBS message
  6. bases.  This code can be considered public domain.
  7.  
  8. XMSG.H contains prototypes for all included functions as well as
  9. definitions required by all functions.
  10.  
  11. PKT.H contains definitions used by makepkt.c.
  12.  
  13. For the totally uninitiated, XBBS message bases consist of two files per
  14. area.  One file is a series of fixed-length structures (see typedef
  15. XMSG) containing header information for the message.  In this structure
  16. are pointers to the message text (start and length) contained in the
  17. other file comprising the message area.  Note that this format allows
  18. for future addition of optional b-tree indexes or some such.  The header
  19. file is named XDATA.### and the text file is named XTEXT.### (where ###
  20. is the hexadecimal number of the message area 0 padded to three digits).
  21.  
  22.  
  23.  
  24.  
  25. M. Kimes
  26. 1:380/16.0@Fidonet
  27. (318)222-3455 data
  28.